/* ----------------------------------------------------
Theme Name:		Gars10Menu
Version:		1.0.0
Author:			Gars10
------------------------------------------------------- */

body {
    margin: 0 0 55px 0;
}

.navf {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
}

.navf__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.navf__link:hover {
    background-color: #eeeeee;
}

.navf__link--active {
    color: #11b6c8;
}

.navf__icon {
    font-size: 18px;
}
